reduced program meaning in Chinese
简化程序
Examples
- Type annotation of variables , constants , and functions helps reduce programming errors by limiting data appropriate types
变量、常数和函数的类型批注可通过限制数据的适当类型来帮助减少编程错误。 - The algorithm based on that module is simple , quick , can reflect the comprehensive extent of variable factors effecting on lineloss , and provide reducing program with scientific basis
基于该模型的线损分析算法较为简便,速度较快,可以比较全面地反映各种因素对线损影响的程度,可为合理制定降损方案提供科学的依据。 - Dynamically allocated linked lists can reduce program performance because when you search for an item or when you traverse a list to the end , each skipped link could miss the cache or cause a page fault
动态分配的链接表可以降低程序性能,因为当搜索项或者在表中遍历到末尾时,每个跳过的链接都可能未命中缓存或导致页错误。